home *** CD-ROM | disk | FTP | other *** search
/ Professional Companion for Windows 95 / WOW95PRO (Track 1).bin / merged.iso / wow95pro / drivers / tektronx / phaser.inf next >
Encoding:
Windows Setup INFormation  |  1995-09-01  |  2.2 KB  |  90 lines

  1. ; PHASER.INF - for Tektronix Phaser series printers
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. Class=Printer
  6. Provider="Tektronix"
  7. LayoutFile=layout.inf
  8.  
  9. ;
  10. ; The Manufacturer section lists all of the manufacturers that we will
  11. ; display in the Dialog box
  12.  
  13. [Manufacturer]
  14. "Tektronix"
  15.  
  16. [Tektronix]
  17. "Tektronix Phaser 140"            = TKPH1401.PPD,Tektronix_Phaser_140
  18. "Tektronix Phaser 340"            = TK340171.PPD,LPTENUM\TektronixPhaser_34058F7,TektronixPhaser_34058F7,Tektronix_Phaser_340
  19. "Tektronix Phaser 340 600 dpi"    = TK340691.PPD,Tektronix_Phaser_340_600_dpi
  20. "Tektronix Phaser 440"            = TKPH4401.PPD,Tektronix_Phaser_440
  21. "Tektronix Phaser 540"            = TKPH5401.PPD,LPTENUM\TektronixPhaser_5405917,TektronixPhaser_5405917,Tektronix_Phaser_540
  22.  
  23. ;
  24. ; Installer Sections
  25. ;
  26. ; These sections control file installation, and reference all files that
  27. ; need to be copied. If the section name will be assumed to be the driver
  28. ; file, unless there is an explicit DriverFile section listed.
  29. ;
  30.  
  31. [TKPH1401.PPD]
  32. CopyFiles=@TKPH1401.PPD,PSCRIPT
  33. DataSection=PSCRIPT_DATA
  34.  
  35. [TK340171.PPD]
  36. CopyFiles=@TK340171.PPD,PSCRIPT
  37. DataSection=PSCRIPT_DATA
  38.  
  39. [TK340691.PPD]
  40. CopyFiles=@TK340691.PPD,PSCRIPT
  41. DataSection=PSCRIPT_DATA
  42.  
  43. [TKPH4401.PPD]
  44. CopyFiles=@TKPH4401.PPD,PSCRIPT
  45. DataSection=PSCRIPT_DATA
  46.  
  47. [TKPH5401.PPD]
  48. CopyFiles=@TKPH5401.PPD,PSCRIPT
  49. DataSection=PSCRIPT_DATA
  50.  
  51. ; Copy Sections
  52. ;
  53. ; Lists of files that are actually copied. These sections are referenced
  54. ; from the installer sections, above. Only create a section if it contains
  55. ; two or more files (if we only copy a single file, identify it in the
  56. ; installer section, using the @filename notation)
  57. ;
  58.  
  59. [PSCRIPT]
  60. PSCRIPT.DRV
  61. PSCRIPT.HLP
  62. PSCRIPT.INI
  63. TESTPS.TXT
  64. APPLE380.SPD
  65. FONTS.MFM
  66. ICONLIB.DLL
  67. PSMON.DLL
  68.  
  69. ;
  70. ; Data Sections
  71. ;
  72. ; These sections contain data that is shared between devices.
  73. ;
  74.  
  75. [PSCRIPT_DATA]
  76. DriverFile=PSCRIPT.DRV
  77. helpFile=PSCRIPT.HLP
  78. LanguageMonitor=%PS_MONITOR%
  79.  
  80. ;
  81. ; Color profiles go to the colors directory.  All other files to the the
  82. ; system directory
  83. ;
  84.  
  85. [DestinationDirs]
  86. DefaultDestDir=11
  87.  
  88. [Strings]
  89. PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  90.